public marks

PUBLIC MARKS from "Xavier Lacot" with tags plugin & symfony

2010

2009

sympLIST - Symfony Plugin Directory

by 1 other
The place for finding high quality Symfony plugins and developers for your web apps.

Plugins | sfLessPhpPlugin | 1.0.1 | symfony | Web PHP Framework

sfLessPhpPlugin is a plugin for symfony applications which parses .less files through LESS and outputs CSS files.

Plugins | uvmcSolrSearchPlugin | symfony | Web PHP Framework

Symfony Solr search plugin, which binds the Solr indexation / removal / search to Symfony events, and thus easily brings Solr search into Symfony projects. The (de-)indexation process could however be improved by overriding the save/delete model methods.

sfManagedCachePlugin | Recoursive

(via)
The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios. This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.

Symfony-Zone » HelloWorld example with Flex and Symfony

by 3 others
A simple guide on how to use Flex from within Symfony. The tutorial helps creating a simple client with a text field and a button, and shows all the mechanism involved in the communication to the Symfony backend server.

sfPropelActAsBackupBehavior: Symfony versioning and backup Plugin | Another break in the wall…

A refactor of Tristan's sfPropelActAsVersionnableBehavior is on the road, which should be more performant for large size indexes.

Functional Test Generation with symfony 1.2 - Thomas Rabaix

A nice "click-and-browse" way to create functionnal tests with Symfony 1.2.

SfDT - Symfony Development Tools, Eclipse plugin for symfony

by 3 others
Coding in Symfony using Eclipse - actualy works with Eclipe 3.4 + PDT 2, even if only marked as working with Eclipse 3.3 and PDT 1.0.2.

2008

symfony | Web PHP Framework | Plugins | firesymfonyPlugin | 1.0.2

This plugin extends the web debug toolbar to send the debug information as a JSON object to the FireSymfony Firebug extension.

sfTagtoolsPlugin - symfony - Trac

by 1 other
This plugin provides many additional services above and beyond those standard in the excellent sfPropelActAsTaggablePlugin. This plugin is less mature than sfPropelActAsTaggablePlugin but provides quite a bit of user interface "glue" to flesh it out.

sfStatsPlugin - symfony - Trac

by 1 other (via)
The sfStatsPlugin provides an easy way to display charts based on data you already own. Whether you want to follow the global progress of your application usage, or to analyze precisely how many specific actions were done by users under particular conditions, this plugin is for you.

sfFirePHP plugin

by 1 other
FirePHP enables you to print to your Firebug Console using a simple PHP function call. What makes FirePHP different? All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development.

2007

sfCSRFPlugin - symfony

The sfCSRFPlugin plugin provides protection against Cross Site Request Forgeries.

sfCaptchaPlugin - symfony - Trac

The sfCaptchaPlugin is a symfony plugin that provides captcha functionality based on JpGraph? library.